home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / PowerMacOberon feb96 / Text / Xref.Tool (.txt) < prev   
Encoding:
Oberon Text  |  1995-05-08  |  725 b   |  18 lines  |  [TEXT/.Ob4]

  1. Syntax10.Scn.Fnt
  2. Xref.List *
  3. Xref.List ^
  4. Xref.List ~
  5. Xref.SetLineLength  120
  6. Xref.SetNumberLength  5
  7. -----------------------------------------
  8. Xref creates a cross reference list for Oberon-2 programs.
  9. Xref.List (^ | * | {filename} ~)
  10.     opens a viewer showing the source text of the specified file(s) with linenumbers
  11.     as well as a sorted list of names and the line numbers where they occur in the
  12.     source text.
  13. Xref.SetLineLength  number
  14.     allows the user to specify the desired line length in characters. Default is 120.
  15. Xref.SetNumberLength  number
  16.     allows the user to specify the desired number of digits per line number in order
  17.     to be able to print the line numbers in an aligned way. Default is 5.
  18.